.Website-Design-hero {
  position: relative;
  /* set your desired background image path below */
  background: url('../img/banner02.jpeg') no-repeat bottom center;
  background-size: contain;
  background-attachment: fixed; /* change to scroll to prevent zoom effect */
  color: #fff;
  text-align: center;
  padding: 120px 20px 100px;
  overflow: hidden;
  margin-bottom: 50px;
  height: 80vh;

}

@media (max-width: 768px) {
  .Website-Design-hero {
    padding: 80px 15px 60px;
    height: auto;
    background-size: cover;
    background-attachment: scroll;
  }
}

/* extra mobile tweaks for very small screens */
@media (max-width: 480px) {
  .Website-Design-hero {
  height: 176px;
        margin-top: 66px;
           
  }

}
/* <----------------------------------------> */
.E-commerce_Website-hero {
  position: relative;
  /* set your desired background image path below */
  background: url('../img/banner05.jpg.jpeg') no-repeat bottom center;
  background-size: contain;
  background-attachment: fixed; /* change to scroll to prevent zoom effect */
  color: #fff;
  text-align: center;
  padding: 120px 20px 100px;
  overflow: hidden;
  margin-bottom: 50px;
  height: 80vh;

}

@media (max-width: 768px) {
  .E-commerce_Website-hero {
    padding: 80px 15px 60px;
    height: auto;
    background-size: cover;
    background-attachment: scroll;
  }
}

/* extra mobile tweaks for very small screens */
@media (max-width: 480px) {
  .E-commerce_Website-hero {
         height: 176px;
        margin-top: 68px;
           
  }

}

/* <----------------------------------------------- */
.seo-hero{
  position: relative;
  /* set your desired background image path below */
  background: url('../img/banner07.jpeg') no-repeat bottom center;
  background-size: contain;
  background-attachment: fixed; /* change to scroll to prevent zoom effect */
  color: #fff;
  text-align: center;
  padding: 120px 20px 100px;
  overflow: hidden;
  margin-bottom: 50px;
  height: 80vh;

}

@media (max-width: 768px) {
  .seo-hero {
    padding: 80px 15px 60px;
    height: auto;
    background-size: cover;
    background-attachment: scroll;
  }
}

/* extra mobile tweaks for very small screens */
@media (max-width: 480px) {
  .seo-hero {
height: 183px;
        margin-top: 68px;
           
  }

}
/* <----------------------------------------> */
.Social_Media_Marketing-hero {
  position: relative;
  /* set your desired background image path below */
  background: url('../img/banner03.jpeg') no-repeat bottom center;
  background-size: contain;
  background-attachment: fixed; /* change to scroll to prevent zoom effect */
  color: #fff;
  text-align: center;
  padding: 120px 20px 100px;
  overflow: hidden;
  margin-bottom: 50px;
  height: 96vh;

}

@media (max-width: 768px) {
  .Social_Media_Marketing-hero {
    padding: 80px 15px 60px;
    height: auto;
    background-size: cover;
    background-attachment: scroll;
  }
}

/* extra mobile tweaks for very small screens */
@media (max-width: 480px) {
  .Social_Media_Marketing-hero {
             height: 213px;

     margin-top: 55px;
           
  }

}

/* <----------------------------------------> */
.Facebook-Ads-Management-hero {
  position: relative;
  /* set your desired background image path below */
  background: url('../img/banner03.jpeg') no-repeat bottom center;
  background-size: contain;
  background-attachment: fixed; /* change to scroll to prevent zoom effect */
  color: #fff;
  text-align: center;
  padding: 120px 20px 100px;
  overflow: hidden;
  margin-bottom: 50px;
  height: 96vh;

}

@media (max-width: 768px) {
  .Facebook-Ads-Management-hero {
    padding: 80px 15px 60px;
    height: auto;
    background-size: cover;
    background-attachment: scroll;
  }
}

/* extra mobile tweaks for very small screens */
@media (max-width: 480px) {
  .Facebook-Ads-Management-hero {
             height: 213px;

     margin-top: 55px;
           
  }

}
/* <----------------------------------------> */
.Google-Ads-hero {
  position: relative;
  /* set your desired background image path below */
  background: url('../img/banner03.jpeg') no-repeat bottom center;
  background-size: contain;
  background-attachment: fixed; /* change to scroll to prevent zoom effect */
  color: #fff;
  text-align: center;
  padding: 120px 20px 100px;
  overflow: hidden;
  margin-bottom: 50px;
  height: 96vh;

}

@media (max-width: 768px) {
  .Google-Ads-hero {
    padding: 80px 15px 60px;
    height: auto;
    background-size: cover;
    background-attachment: scroll;
  }
}

/* extra mobile tweaks for very small screens */
@media (max-width: 480px) {
  .Google-Ads-hero {
             height: 213px;

     margin-top: 55px;
           
  }

}
/* <----------------------------------------> */
.logo-hero {
  position: relative;
  /* set your desired background image path below */
  background: url('../img/banner03.jpeg') no-repeat bottom center;
  background-size: contain;
  background-attachment: fixed; /* change to scroll to prevent zoom effect */
  color: #fff;
  text-align: center;
  padding: 120px 20px 100px;
  overflow: hidden;
  margin-bottom: 50px;
  height: 96vh;

}

@media (max-width: 768px) {
  .logo-hero {
    padding: 80px 15px 60px;
    height: auto;
    background-size: cover;
    background-attachment: scroll;
  }
}

/* extra mobile tweaks for very small screens */
@media (max-width: 480px) {
  .logo-hero {
             height: 213px;

     margin-top: 55px;
           
  }

}



/* Section Container Center */
.section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
}

/* Section Box */
.section {
  max-width: 1100px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 60px;
  text-align: center; /* Center text */
  grid-template-columns: 1fr; /* Make single column */
  gap: 30px;
}

/* Remove sticky for center layout */
.section__left {
  position: static;
}



/* Description Center */
.section__lead {

  margin: 0 auto;
  color: white;
}


    .section__title {
  margin: 0 auto;
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      font-weight: 700;
      line-height: 1.2;
        margin-bottom: 25px;
      color: #29a7d9;
    }

    .section__title em {
      font-style: italic;
      color: white;
    }

 

   
 @media (max-width: 680px) {

  .section-container {
    padding: 30px 15px;
  }

  .section {
    padding: 30px 20px;
    border-radius: 12px;
    gap: 20px;
  }

  .section__title {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .section__lead {
    font-size: 0.95rem;
    line-height: 1.6;
  }

}

.cards-wrapper {
    display: flex;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    perspective: 1400px;
  }

  /* ========== CARD SHELL — NO overflow:hidden so expand never clips ========== */
  .card {
    width: var(--card-w);
    position: relative;
    border-radius: 24px;
    transform-style: preserve-3d;
    transition: transform 0.65s cubic-bezier(0.23,1,0.32,1);
    animation: floatIn 0.85s cubic-bezier(0.23,1,0.32,1) both;
    will-change: transform;
  }
  .card:nth-child(1) { animation-delay: 0.08s; }
  .card:nth-child(2) { animation-delay: 0.22s; }
  .card:nth-child(3) { animation-delay: 0.36s; }

  @keyframes floatIn {
    from { opacity: 0; transform: translateY(70px) rotateX(18deg) scale(0.95); }
    to   { opacity: 1; transform: translateY(0) rotateX(0) scale(1); }
  }

  /* Inner wrapper handles bg/border/padding */
  .card-inner {
    background: linear-gradient(160deg, rgba(255,255,255,0.075) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-bottom: none;
    border-radius: 24px 24px 0 0;
    padding: 34px 26px 18px;
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 60px rgba(66, 66, 66, 0.5);
    transition: box-shadow 0.65s ease, background 0.12s ease;
    position: relative;
  }
  .card-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(130deg, rgba(255,255,255,0.07) 0%, transparent 55%);
    pointer-events: none;
  }

  /* The expandable + button + CTA get their own bottom panel */
  .card-footer {
    background: linear-gradient(160deg, rgba(255,255,255,0.055) 0%, rgba(255,255,255,0.015) 100%);
    border: 1px solid rgba(255,255,255,0.09);
    border-top: none;
    border-radius: 0 0 24px 24px;
    backdrop-filter: blur(14px);
    overflow: hidden;  /* only THIS part clips — but expand sits before cta-wrap */
    transition: box-shadow 0.65s ease, background 0.12s ease;
  }

  .card:hover .card-inner,
  .card:hover .card-footer {
    box-shadow: 0 40px 80px rgba(58, 58, 58, 0.65), 0 0 50px #2aa7d921;
  }

  /* ---- FEATURED ---- */
  .card.featured { transform: scale(1.06) translateY(-12px); z-index: 2; }

  .card.featured .card-inner {
    background: linear-gradient(145deg, #1c7cb1 0%, #1c81b8 45%, #2aa6d9 100%);
    border-color: rgba(255,255,255,0.22);
    box-shadow: 0 40px 80px #2aa7d95d, 0 0 0 1px #2aa7d956;
  }
  .card.featured .card-footer {
    background: linear-gradient(145deg, #1c81b8 0%, #2aa6d9 100%);
    border-color: rgba(255,255,255,0.22);
    box-shadow: 0 40px 80px #2aa7d99c;
  }
  .card.featured:hover .card-inner,
  .card.featured:hover .card-footer {
    box-shadow: 0 60px 100px #2aa7d98f, 0 0 70px #1c81b883;
  }

  /* glow ring */
  .card.featured::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 27px;
    background: linear-gradient(135deg, #2aa7d975, #2aa6d9);
    z-index: -1;
    filter: blur(10px);
    animation: pulse-glow 3.2s ease-in-out infinite;
  }
  @keyframes pulse-glow {
    0%,100% { opacity: 0.55; transform: scale(1); }
    50%      { opacity: 1;    transform: scale(1.025); }
  }

  /* Badge */
  .badge {
    position: absolute;
    top: -14px; left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #fff8e0, #ffffff);
    color: #1c7cb1;
    font-size: 10px; font-weight: 800;
    letter-spacing: 1.5px;
    padding: 5px 18px;
    border-radius: 50px;
    box-shadow: 0 4px 18px rgba(255, 255, 255, 0.35);
    white-space: nowrap;
    z-index: 3;
  }

  /* ========== TYPOGRAPHY ========== */
  .card-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 38px; letter-spacing: 4px;
    color: #fff; margin-bottom: 4px;
  }
  .plan-tag {
    font-size: 10.5px; font-weight: 600;
    letter-spacing: 2.5px; text-transform: uppercase;
    color: rgba(255,255,255,0.38); margin-bottom: 20px;
  }
  .card.featured .plan-tag { color: rgba(255,255,255,0.65); }

  hr.divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin: 0 0 16px;
  }
  .card.featured hr.divider { border-color: rgba(255,255,255,0.25); }

  /* ========== FEATURE LIST ========== */
  .features-list { list-style: none; }
  .features-list li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 13px; font-weight: 500;
    color: rgb(255, 255, 255);
    padding: 5px 0; line-height: 1.45;
    transition: color 0.18s;
  }
  .card:not(.featured) .features-list li:hover { color: #f7f7f7; }
  .card.featured .features-list li { color: rgba(255,255,255,0.92); }

  .icon {
    flex-shrink: 0; width: 17px; height: 17px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 8.5px; font-weight: 900; margin-top: 2px;
  }
  .icon.check { background: #2ecc70b4; color: #fff; border-color: rgba(255,255,255,0.45); }
  .icon.cross  { background: rgba(231, 77, 60, 0.856);  color: #ffffff; border: 1px solid rgba(231,76,60,0.28); }
  .card.featured .icon.check { background: #2ecc70b4; color: #fff; border-color: rgba(255,255,255,0.45); }
  .card.featured .icon.cross  { background: rgba(0,0,0,0.14); color: rgba(255,255,255,0.55); border-color: rgba(255,255,255,0.18); }

  /* ========== EXPAND — CSS Grid trick: perfectly smooth, no max-height hack ========== */
  .expand-wrap {
    display: grid;
    grid-template-rows: 0fr;           /* collapsed */
    transition: grid-template-rows 0.52s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .expand-wrap.open {
    grid-template-rows: 1fr;           /* expanded */
  }
  .expand-inner {
    overflow: hidden;                  /* required for grid trick */
  }
  .expand-inner .features-list {
    padding: 6px 26px 2px;
    opacity: 0;
    transform: translateY(-10px);
    transition:
      opacity  0.38s ease 0.08s,
      transform 0.38s ease 0.08s;
  }
  .expand-wrap.open .expand-inner .features-list {
    opacity: 1;
    transform: translateY(0);
  }

  /* ========== SEE MORE BUTTON ========== */
  .see-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 26px;
    background: none;
    border: none;
    border-top: 1px solid #2aa7d92a;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px; font-weight: 700; letter-spacing: 0.8px;
    color: var(--gold);
    position: relative;
    transition: color 0.22s, background 0.22s;
  }
  .see-more-btn:hover { background: rgba(42,166,217,0.15); }
  .card.featured .see-more-btn {
    color: rgba(255,255,255,0.88);
    border-top-color: rgba(0, 0, 0, 0.22);
  }
  .card.featured .see-more-btn:hover { background: rgba(0,0,0,0.06); }

  /* animated top line on hover / open */
  .see-more-btn::before {
    content: '';
    position: absolute;
    top: -1px; left: 50%;
    width: 0; height: 2px;
    /* background: var(--gold); */
    background-color: #1c81b8;
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.38s cubic-bezier(0.4,0,0.2,1);
  }
  .card.featured .see-more-btn::before { background: rgba(255,255,255,0.75); }
  .see-more-btn:hover::before,
  .see-more-btn.open::before { width: 55%; }

  .btn-label {
    transition: transform 0.22s ease;
    color: #fff;
  }
  .see-more-btn:hover .btn-label { transform: translateX(-2px); }

  /* Arrow circle */
  .arrow-circle {
    width: 22px; height: 22px; border-radius: 50%;
    background: #1c81b828;
    border: 1px solid #2aa7d952;
    display: flex; align-items: center; justify-content: center;
    font-size: 9px; color: #ffffff;
    flex-shrink: 0;
    transition:
      transform      0.52s cubic-bezier(0.34,1.56,0.64,1),
      background     0.25s,
      border-color   0.25s,
      box-shadow     0.25s;
  }
  .card.featured .arrow-circle {
    background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.42); color: #fff;
  }
  .see-more-btn:hover .arrow-circle {
    background: #2aa7d928;
    box-shadow: 0 0 10px #1c7db167;
  }
  .card.featured .see-more-btn:hover .arrow-circle {
    background: #1c81b83b;
    box-shadow: 0 0 10px rgba(255,255,255,0.3);
  }
  /* Bouncy 180 rotation when open */
  .see-more-btn.open .arrow-circle {
    transform: rotate(180deg);
    background: #2aa7d928;
    box-shadow: 0 0 14px #1c7db167;
  }
  .card.featured .see-more-btn.open .arrow-circle {
    background: rgba(255,255,255,0.3);
    box-shadow: 0 0 14px rgba(255,255,255,0.35);
  }

  /* ========== CTA ========== */
  .cta-wrap { padding: 10px 26px 22px; }

  .cta-btn {
    width: 100%; padding: 14px;
    border: none; border-radius: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800; font-size: 11.5px;
    letter-spacing: 2.2px; text-transform: uppercase;
    cursor: pointer;
    position: relative; overflow: hidden;
    transition: transform 0.22s, box-shadow 0.3s;
  }
  .cta-btn::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.2) 50%, transparent 100%);
    transform: translateX(-110%);
    transition: transform 0.55s ease;
  }
  .cta-btn:hover::after { transform: translateX(110%); }
  .cta-btn:hover { transform: translateY(-2px); }
  .cta-btn:active { transform: scale(0.97); }

  .card:not(.featured) .cta-btn {
    background: linear-gradient(135deg, #1c7cb1, #2aa6d9);
    color: #fff;
    box-shadow: 0 6px 22px #1c81b865;
  }
  .card:not(.featured) .cta-btn:hover { box-shadow: 0 10px 30px rgba(28,124,177,0.52); }
  .card.featured .cta-btn {
    background: #fff; color: #1c7cb1;
    box-shadow: 0 6px 22px rgba(0,0,0,0.22);
  }
  .card.featured .cta-btn:hover { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32); }